home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Freelog 121
/
FreelogMagazineJuilletAout2014-No121.iso
/
Outils
/
Adobe-Air
/
adobe-air_13.exe
/
[0]
/
setup.swf
/
scripts
/
mx
/
containers
/
FormItemDirection.as
< prev
next >
Wrap
Text File
|
2014-03-27
|
454b
|
23 lines
package mx.containers
{
import mx.core.mx_internal;
use namespace mx_internal;
public final class FormItemDirection
{
public static const HORIZONTAL:String = "horizontal";
public static const VERTICAL:String = "vertical";
mx_internal static const VERSION:String = "3.0.0.0";
public function FormItemDirection()
{
super();
}
}
}